home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_c
/
bc_ti
/
ti710.asc
< prev
next >
Wrap
Text File
|
1992-02-24
|
620b
|
67 lines
PRODUCT : Borland C++ NUMBER : 710
VERSION : 2.0
OS : DOS
DATE : February 25, 1992 PAGE : 1/1
TITLE : WINDOWS: CreateDialog Failure
CreateDialog will fail if the resource being used has an
undefined element. For example, in the call:
CreateDialog (inst, DB, hwnd, func);
if DB is a resource that has an undefined element, such as a menu
that is declared but undefined, the CreateDialog call will fail.